www.gusucode.com > 良精ASP微博管理系统 V1.0 > 良精ASP微博管理系统 V1.0\code\editor\upload\io.asp

    <!--
 * File Name: io.asp
 * 	This file include IO specific functions used by the ASP Uploader.
 -->
<%

Function RemoveExtension( fileName )
	RemoveExtension = Left( fileName, InStrRev( fileName, "." ) - 1 )
End Function

%>